home *** CD-ROM | disk | FTP | other *** search
/ Cute & Cuddly Animals Screen Savers / Cute & Cuddly Animals Screen Savers.iso / _SETUP.1 / BDEADMIN.EXE / RCDATA / TSAVEOPTIONFORM / TSAVEOPTIONFORM.txt
Text File  |  1999-11-12  |  2KB  |  103 lines

  1. object SaveOptionForm: TSaveOptionForm
  2.   Left = 634
  3.   Top = 529
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 176
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 64
  19.     Top = 144
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object Button2: TButton
  28.     Left = 144
  29.     Top = 144
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object BtnHelp: TButton
  38.     Left = 224
  39.     Top = 144
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Help'
  43.     TabOrder = 2
  44.     OnClick = BtnHelpClick
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 8
  48.     Top = 8
  49.     Width = 289
  50.     Height = 65
  51.     Caption = 'Save for use with'
  52.     TabOrder = 3
  53.     object Rad16and32: TRadioButton
  54.       Left = 8
  55.       Top = 16
  56.       Width = 217
  57.       Height = 17
  58.       Caption = 'Windows &3.1 and Windows 95/NT'
  59.       TabOrder = 0
  60.     end
  61.     object Rad32only: TRadioButton
  62.       Left = 8
  63.       Top = 40
  64.       Width = 193
  65.       Height = 17
  66.       Caption = 'Windows &95/NT only'
  67.       TabOrder = 1
  68.     end
  69.   end
  70.   object GroupBox2: TGroupBox
  71.     Left = 8
  72.     Top = 80
  73.     Width = 289
  74.     Height = 57
  75.     Caption = 'Select configuration modes to view'
  76.     TabOrder = 4
  77.     object ChkSession: TCheckBox
  78.       Left = 8
  79.       Top = 24
  80.       Width = 65
  81.       Height = 17
  82.       Caption = '&Session'
  83.       TabOrder = 0
  84.     end
  85.     object ChkPersistent: TCheckBox
  86.       Left = 80
  87.       Top = 24
  88.       Width = 73
  89.       Height = 17
  90.       Caption = '&Persistent'
  91.       TabOrder = 1
  92.     end
  93.     object ChkVirtual: TCheckBox
  94.       Left = 160
  95.       Top = 24
  96.       Width = 65
  97.       Height = 17
  98.       Caption = '&Virtual'
  99.       TabOrder = 2
  100.     end
  101.   end
  102. end
  103.